gammu: Fix copypaste typo in config file installation
authoraTanW <[email protected]>
Thu, 11 Dec 2014 13:15:04 +0000 (16:15 +0300)
committeraTanW <[email protected]>
Thu, 11 Dec 2014 13:15:04 +0000 (16:15 +0300)
utils/gammu/Makefile

index 88d5a6fa968b1df1be2a65ae58ea0266e0c533ac..9748d2ecb4597470319e6d7877f90f443ef0a5c4 100644 (file)
@@ -63,7 +63,7 @@ define Package/gammu/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib
        $(INSTALL_DIR) $(1)/etc
-       $(INSTALL_BIN) ./files/gammurc $(1)/etc/gammurc
+       $(INSTALL_CONF) ./files/gammurc $(1)/etc/gammurc
 endef
 
 define Package/gammu/conffiles